Implement cargo-new
authorAlex Crichton <alex@alexcrichton.com>
Tue, 22 Jul 2014 05:19:31 +0000 (22:19 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 22 Jul 2014 17:36:19 +0000 (10:36 -0700)
commita4272ef2b71bad8b32654584b233540205c326db
tree8db1bc9d4d401d298690094247d27e1e72f70562
parentc3f9f9e70079ba3491c881484ae9c9d851c70052
Implement cargo-new

This command is used to create a new cargo repository at a destination that
previously does not exist. A separate command, cargo-init, will be implemented
to initialize an already-existing repository.

cc #21
Makefile
src/bin/cargo-new.rs [new file with mode: 0644]
src/cargo/ops/cargo_new.rs [new file with mode: 0644]
src/cargo/ops/mod.rs
src/cargo/util/config.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_new.rs [new file with mode: 0644]
tests/tests.rs